home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
pc
/
guide04.dir
/
00008_Script_fr loop7
< prev
next >
Wrap
Text File
|
1996-01-17
|
399b
|
22 lines
on exitFrame
global PathSepChar
if the timer < (5 * 60) OR soundBusy(1) then
go to the frame
else
set the timer = 0
StartTimer
repeat while the timer < (1 * 60)
end repeat
put the PathName & "AUDIO" & PathSepChar & "RS05.AIF" into WhichSound
sound Playfile 1, WhichSound
set the timer = 0
StartTimer
go to "Loop8"
end if
end